home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / m68k / 528 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: s103.phxslip4.indirect.com!ear
  2. From: ear@indirect.com (Eric Rose)
  3. Newsgroups: comp.sys.m68k
  4. Subject: Please help with addressing problems
  5. Date: Thu, 4 Apr 1996 21:13:22 UNDEFINED
  6. Organization: Internet Direct
  7. Message-ID: <ear.91.001514CF@indirect.com>
  8. NNTP-Posting-Host: s103.phxslip4.indirect.com
  9. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #1]
  10.  
  11. Ok, I couldn't help it, just added 8K x 8 of ram (starting at $5000) to the 
  12. hc11 eval board. The routine I just wrote controls a lcd display. I was 
  13. suprised to see that I could use "load t" in this area. Now, I'm ready to load 
  14. it to the eeprom at address $2000.
  15.  
  16. I have a Superpro II device programmer. I thought it would be easy... but...
  17. I need the address of the routines to start at $2000 so the mpu can actuate it 
  18. accordingly. I compiled the code using an "org" of $0000, but the as11 
  19. compiler used the "local" branches and jumps instead of the extended ones.  
  20. Needless to say, this really messed up the addressing to the eeprom.
  21.  
  22. Superpro has the ability to address offset. Ok, but the starting address is 
  23. higher than the last address of the chip. So if I compile it at org $2000, it 
  24. doesn't load into the buffer to be loaded to the eeprom.
  25.  
  26. I must be missing something... How is this done??
  27.  
  28. Thanks,
  29. Eric.
  30.